home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / p / pov / povlisti.ngs / palace.pov < prev    next >
Encoding:
Text File  |  1992-09-09  |  1.6 KB  |  100 lines

  1. //------ Persian Pool
  2.  
  3.  
  4. #include "colors.inc"
  5. #include "shapes.inc"
  6. #include "textures.inc"
  7. #include "planter.inc"
  8. #include "palace.inc"
  9. #include "dragon.inc"
  10.  
  11.  
  12. camera {
  13.    location <0 60 -460>
  14.    direction <0 0 4>
  15.    up  <0 1 0>
  16.    right <1.3 0 0>
  17.    look_at <0 28 0>
  18. }
  19.  
  20.  
  21. object { 
  22.     sphere { <0 0 0> 1 inverse }
  23.        texture {
  24.     gradient <0 1 0>
  25.     color_map {
  26.     [0 .01 color Black color Black]
  27.     [.01 .06 color Black color MidnightBlue]
  28.     [.06 .19 color MidnightBlue color MidnightBlue]
  29.     [.19 .3 color MidnightBlue color Black]
  30.     [.3 1 color Black color Black]
  31.     }
  32.     ambient 1
  33.         translate <0 -.01 0>
  34.        }
  35. scale <100000 100000 100000>
  36. }
  37.  
  38. object { light_source { <2000 70 -460 > color Gray }}
  39. object { light_source { <-6050 80 -700 > color Gold }}
  40. object { light_source { <-50 400 -200 > color Gold }}
  41. object { light_source {
  42.     <0 10 450>
  43.     color White
  44.     spotlight
  45.     point_at <0 70 600>
  46.     tightness 5
  47.     radius 10
  48.     falloff 45
  49.     }
  50. }
  51.  
  52.  
  53.  
  54.  
  55. #declare GlassBall =
  56. object {
  57.     sphere { <0 0 0> 1 }
  58.     texture { 
  59.     Glass3 }
  60. }
  61.  
  62.  
  63.  
  64.  
  65. object { GlassBall scale <15 15 15> translate <-40 -1 290> }
  66. object { GlassBall scale <15 15 15> translate <-55 -15 115> }
  67.  
  68. //--- Place Dragon on Pool Sill
  69. composite { Dragon
  70.     scale <1.2 1.2 1.2>
  71.     rotate <0 145 0>
  72.     translate <62 -30 122>
  73. }
  74.  
  75.  
  76. //---  Dragon by entrance
  77. composite { Dragon
  78.     scale <1.2 1.2 1.2>
  79.     rotate <0 40 0>
  80.     translate <70 0 420>
  81. }
  82.  
  83.  
  84. composite { Planter scale <.4 .4 .4> translate <-80 -14 222> }
  85.  
  86.  
  87. object { plane { <0 0 1> -2000 }
  88.    texture { color Violet ambient 1 diffuse .9 }
  89. }
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100. ə